From 056cfe7522db5a27dd02ca863aca3c6b1a94d9ce Mon Sep 17 00:00:00 2001 From: oliskoli Date: Tue, 27 Mar 2007 19:40:50 +0000 Subject: [PATCH] Enable synthesized GPS fixes for tracks. Without we get a lot of empty NMEA track files. --- test-all | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test-all b/test-all index 3740b0107..c08a52df1 100755 --- a/test-all +++ b/test-all @@ -6,6 +6,7 @@ PNAME=${PNAME:-./gpsbabel} REFGPX="reference/expertgps.gpx" # reference file for all tests EXCL="ozi vitosmt" # exclude formats from test CAPS="" +# TEMPDIR=/dev/shm/gb-test-all TEMPDIR=/tmp/gb-test-all CATALOG=/tmp/gb-test-all.done LOGFILE=/tmp/gb-test-all.log @@ -135,12 +136,12 @@ function STAGE_0 () esac case ${caps:2:2} in rw) - CMD="${PNAME} -t -i gpx -f $REFGPX -x nuketypes,waypoints,routes -o $format -F $TEMPDIR/t-$format" + CMD="${PNAME} -t -i gpx -f $REFGPX -x nuketypes,waypoints,routes -x track,fix=2D -o $format -F $TEMPDIR/t-$format" try_run "${CMD}" || continue STAGE_1 "t" $format || exit 1 ;; -w) - CMD="${PNAME} -t -i gpx -f $REFGPX -x nuketypes,waypoints,routes -o $format -F $TEMPDIR/t-$format" + CMD="${PNAME} -t -i gpx -f $REFGPX -x nuketypes,waypoints,routes -x track,fix=2D -o $format -F $TEMPDIR/t-$format" try_run "${CMD}" || continue ;; esac -- 2.30.2